All Questions
Tagged with compressionbinary
2 questions
36votes
5answers
24kviews
Does storing plain text data take up less space than storing the equivalent message in binary?
As a web developer I have very little understanding of binary data. If I take the sentence "Hello world.", convert it to binary, and store it as binary in an SQL database, it seems like the 1s and ...
0votes
4answers
631views
What web oriented language would work best with binary data? [closed]
I want to create a service where people can upload files. However, since file storage costs money, I want to compress the files so they take less space. I would want to write my own compression ...